* {
    margin: 0;
    padding: 0;
    border: none;
    outline-style: none;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

i {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

input,
textarea,
select,
button {
    font-weight: inherit;
    resize: none;
}


a,
a:focus,
a:hover {
    text-decoration: none !important;
    color: inherit;
}

html {
    font-size: 14px;
    color: #333;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
    line-height: 1;
    scroll-behavior: smooth;
    --themeColor: #fee233;
    --themeColor2: #fd7322;
    min-width: 1500px;
}

::selection {
    background: var(--themeColor);
    color: #fff;
}

:focus {
    outline-color: var(--themeColor);
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.clamp1,
.clamp2,
.clamp3,
.clamp4 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp2 {
    -webkit-line-clamp: 2;
}

.clamp3 {
    -webkit-line-clamp: 3;
}

.clamp4 {
    -webkit-line-clamp: 4;
}

.container {
    box-sizing: border-box;
    width: 1440px;
    margin: 0 auto;
}

.index-title {
    display: flex;
    align-items: center;
}

.index-title span {
    font-size: 24px;
    font-weight: bold;
    margin-right: 15px;
}

.index-title a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    border-radius: 15px;
    color: #212120;
    width: 120px;
    height: 30px;
    margin-right: 8px;
    transition: all 0.2s ease;
}

.index-title a:hover {
    background: var(--themeColor);
}
.headerNav{
	width:100%;text-align: center;
	position: fixed;
    left: 0;
    top: 0;
	z-index: 9;
	width: 100%;
	background: #fef200;

}
.header {
    padding: 0 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    color:#FFF;
	max-width:1536px;
	margin: 0 auto;
}

.white-bg {
    background-color: #fff;
}

.header.style2 {
    background-color: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 4px 4px 0 hsla(0, 0%, 53.3%, .05);
    box-shadow: 0 4px 4px 0 hsla(0, 0%, 53.3%, .05);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    color: #333;
}

.header .show2,
.header.style2 .show1,
.header.style2 .show1flex {
    display: none !important;
}

.header .show1,
.header.style2 .show2 {
    display: inline-flex!important;
}

.header .show1flex {
    display: flex;
}

.header .left {
    display: flex;
    align-items: center;
	flex: 1;
}

.header .left .logo {
    display: block;
    margin-right: 11px;
}

.header .left .logo img {
    height: 36px;
	width:144px;
}

.header .left .fir-menu {
    display: block;
	margin-left:20px;
}

.header .left .fir-menu-content li a {
    color: #333;
}

.header .left .fir-menu>li {
    margin: 0 11px;
    position: relative;
}

.header .left .fir-menu>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-bottom: 3px solid transparent;
	color:#333;
}

.header .left .fir-menu>li:hover>a {
    border-color: var(--themeColor);
}

.header .left .fir-menu>li>a .iconfont {
    font-size: 14px;
    margin-left: 2px;
    transition: all 0.3s ease;
}

.header .left .fir-menu>li:hover>a .iconfont {
    transform: rotate(180deg);
}

.header .sec-memu {
    width: 804px;
    height: auto;
    position: absolute;
    z-index: 9999;
    left: -50px;
    display: none;
    background: #fff;
    border-radius: 4px;
    box-shadow: 3px 6px 15px 0 rgba(39, 39, 39, .1);
}

.header .left .fir-menu>li:hover .sec-memu {
    display: block;
}

.header .sec-memu .sec-memu-title {
    width: 100%;
    height: 60px;
    background: url(../images/groupvip.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.header .sec-memu .sec-memu-title span {
    font-size: 18px;
    color: #0b0e18;
}

.header .sec-memu .sec-memu-title a {
    width: 148px;
    height: 33px;
    box-shadow: 0 4px 4px 0 rgba(216, 186, 0, .22);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--themeColor);
    transition: all 0.3s ease;
}

.header .sec-memu .sec-memu-title a:hover {
    opacity: 0.7;
}

.header .sec-memu .sec-memu-box {
    display: flex;
}

.header .sec-memu .box-nav {
    width: 180px;
    height: 500px;
}

.header .sec-memu .box-nav .once {
    width: 100%;
    height: 86px;
    padding: 20px;
    border: 2px solid #fff;
    border-left-width: 5px;
    position: relative;
    cursor: pointer;
}
.header .sec-memu .box-nav .once .title { color: #333}
.header .sec-memu .box-nav .once.active {
    border-color: var(--themeColor);
}

.header .sec-memu .box-nav .once.active::after {
    content: "";
    display: block;
    height: 82px;
    width: 5px;
    background: #fff;
    position: absolute;
    right: -4px;
    top: 0;
    z-index: 1;
}

.header .sec-memu .box-nav .once .title {
    font-size: 16px;
    margin-bottom: 8px;
}

.header .sec-memu .box-nav .once .link {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: #999;
}

.header .sec-memu .box-nav .once.active .link {
    color: #333;
}

.header .sec-memu .box-nav .once .link a {
    transition: all 0.2s ease;
}

.header .sec-memu .box-nav .once .link a:hover {
    color: var(--themeColor2) !important;
}


.header .sec-memu .box-content {
    width: calc(100% - 180px);
    border: 2px solid var(--themeColor);
}

.header .sec-memu .box-content .box-pane {
    display: none;
}

.header .sec-memu .box-content .box-pane.active {
    display: block;
}

.header .sec-memu .box-content .type1 {
    height: 500px;
    overflow-y: auto;
    padding: 20px;
}

.header .sec-memu .box-content .type1 .item {
    display: flex;
    margin-bottom: 26px;
    line-height: normal;
}

.header .sec-memu .box-content .type1 .item:last-child {
    margin-bottom: 0;
}

.header .sec-memu .box-content .type1 .item .title {
    width: 80px;
    font-size: 16px;
    display: block;
    color: #333;
}

.header .sec-memu .box-content .type1 .item .link {
    width: calc(100% - 80px);
    display: flex;
    flex-wrap: wrap;
}

.header .sec-memu .box-content .type1 .item .link a {
    display: block;
    margin: 0 8px 8px;
    color: #888;
    white-space: nowrap;
}

.header .sec-memu .box-content .type1 a {
    transition: all 0.2s ease;
}

.header .sec-memu .box-content .type1 a:hover {
    color: var(--themeColor2) !important;
}


.header .sec-memu .box-content .type2 {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.header .sec-memu .box-content .type2 a {
    width: 90px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #9a9a9a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    transition: all 0.2s ease;
}

.header .sec-memu .box-content .type2 a:hover {
    background: var(--themeColor);
    color: #462e2e;
    border: 1px solid var(--themeColor);
}


.header .left .line {
    width: 2px;
    height: 18px;
    background: rgba(0,0,0,.25);
    margin: 0 22px;
}

.header .left a.upload {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 11px;
}

.header .left a.upload .upload-text {
    color: #333;
}

.header .left a.upload img {
    height: 15px;
    margin-right: 5px;
}

.header .left a.upload .hot-text {
    background: #ff4b33;
    width: 33px;
    height: 17px;
    border-radius: 6px;
    line-height: 17px;
    font-weight: 700;
    font-style: oblique;
    font-size: 12px;
    margin-left: 4px;
    text-align: center;
}

.header .right a.vip {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 11px;
}

.header .right a.vip .vip-text {
    color: #333;
}

.header .right a.vip img {
    height: 15px;
    margin-right: 5px;
    transition: none;
}

.header.style2 .right a.vip {
    height: 60px;
    flex-direction: column;
    margin-left: 22px;
}

.header.style2 .right a.vip img {
    margin: 0 0 8px;
}

.header .right a.shangchuan {
    display: none;
}

.header.style2 .right a.shangchuan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 11px;
    height: 60px;
    flex-direction: column;
}

.header.style2 .right a.shangchuan img {
    margin: 0 0 8px;
    height: 15px;
}

.header .right a.ling {
    display: none;
}

.header.style2 .right a.ling {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-style: oblique;
    background: #ff4b33;
    width: 87px;
    height: 25px;
    border-radius: 15px;
}



.header .right {
    display: flex;
    align-items: center;
}

.header .right .login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 26px;
    border-radius: 15px;
    border: 2px solid #efefef;
    color: #efefef;
    margin-left: 22px;
    transition: all 0.2s ease;
}


.header .right .login:hover,
.header .right .content-yellow {
    border-color: var(--themeColor);
    background: var(--themeColor);
    color: #462e2e;
}

.header.style2 .right .login {
    border-radius: 4px;
    border-color: var(--themeColor);
    background: var(--themeColor);
    color: #333;
}

.footer {
    background-color: #2E3139;
    color: white;
}

.footer .box {
    margin: 0 auto;
    width: 1490px;
}

.footer .footer-top .box {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .footer-top .link {
    width: 470px;
    display: flex;
    flex-wrap: wrap;
}

.footer .footer-top .link li {
    display: block;
    width: 33.33%;
    margin-bottom: 28px;
}
.footer .footer-top .link a {
    color: white;
}
.footer .footer-top .link a:hover {
    color: var(--themeColor2);
}

.footer .footer-top .email {
    width: 315px;
}

.footer .footer-top .email a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    border-radius: 10px;
    background-color: #414140;
    color: white;
    width: 100%;
    height: 42px;
    padding: 0 20px;
    box-sizing: border-box;
}

.footer .footer-top .code {
    display: flex;
    gap: 60px;
    text-align: center;
}

.footer .footer-top .code img {
    width: 100px;
    margin-top: 15px;
}

.footer .footer-middle {
    text-align: center;
    background: rgb(43, 47, 49);
    padding: 24px 0 12px;
}

.footer .footer-middle .container {
    display: flex;
    flex-wrap: wrap;
}

.footer .footer-middle span,
.footer .footer-middle a {
    display: block;
    margin-right: 20px;
    margin-bottom: 12px;
    color: #999;
}

.footer .footer-middle a:hover {
    color: var(--themeColor2);
}

.footer .footer-bottom {
    text-align: center;
    padding: 20px 0;
    color: #999;
    line-height: 1.5;
}
.footer .footer-bottom a{
    color: #999;
    line-height: 1.5;
}
.float-win {
    position: fixed;
    bottom: 35px;
    right: 20px;
    z-index: 999999;
}

.float-win .upload-img {
    width: 45px;
    height: 84px;
    padding: 8px;
    border-radius: 4px;
    background: var(--themeColor);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.3;
    margin-bottom: 10px;
}

.float-win .top {
    width: 45px;
    height: 45px;
    padding: 8px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 hsla(0, 0%, 78.4%, .5);
    box-shadow: 0 0 10px 0 hsla(0, 0%, 78.4%, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.float-win .iconfont {
    font-size: 20px;
}

.float-win a {
    transition: all 0.3s ease;
}

.float-win a:hover {
    background: var(--themeColor);
    transform: scale(1.1);
}

/* 新增 */
.grayBg {
    background-color: #f9f9f9;
}

.clear:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

.clear,
.clearfix {
    zoom: 1;
    clear: both;
}

.topBg {
    height: 60px;
    background-color: #fff;
    width: 100%;
    position: fixed;
}

/* 内页滚动后的导航 */
.headers-content {
    width: 1290px;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    background-color: #fff !important;
    margin-left: -645px;
}

.headers-content .rig-content,
.headers-content .right {
    display: none;
}

.headers-content .cont-header {
    display: flex;
    justify-content: center;
    padding-left: 5px;
}

.headers-content .cont-header .sqxs {
    width: 48px;
    height: 26px;
    line-height: 26px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.headers-content .cont-header .share {
    background: -webkit-gradient(linear, right top, left top, from(#3e5aec), to(#36a5de));
    background: -webkit-linear-gradient(right, #3e5aec, #36a5de);
    background: linear-gradient(270deg, #3e5aec, #36a5de);
    color: #fff;
}
.headers-content .cont-header .shang {
    background: -webkit-gradient(linear, right top, left top, from(#f2d284), to(#fbf4ba));
    background: -webkit-linear-gradient(right, #f2d284, #fbf4ba);
    background: linear-gradient(270deg, #f2d284, #fbf4ba);
    color: #a37300;
}

.headers-content .cont-header .cont-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    width: 100%;
    display: block;
    line-height: 30px;
    font-weight: bold;
    margin-top: 8px;
}

.headers-content .cont-header .soucang {
    float: right;
}

.headers-content .cont-header .soucang img {
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.headers-content .cont-header .downloadnow {
    float: right;
    width: 306px;
    height: 44px;
    border-radius: 30px;
    background-color: #fee233;
    border-radius: 20px;
    border: 1px solid #fee233;
    color: #462e2e;
    font-size: 18px;
    margin-right: 20px;
}


/* 登录 */
.login-modal {
    display: none;
}

.dialog-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgb(51, 51, 51, 0.4);
}

.dialog-box {
    width: 710px;
    height: 460px;
    position: fixed;
    z-index: 1001;
    left: 50%;
    top: 50%;
    margin-left: -355px;
    margin-top: -230px;
}

.dialog-box .loginLeft {
    width: 303px;
    height: 473px;
    background: url(../images/login_l_1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -12px;
}

.dialog-box .loginright {
    width: 100%;
    max-width: 430px;
    height: 460px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 auto;
    /* padding-top: 58px; */
}

.dialog-box .closebutton {
    height: 60px;
    line-height: 60px;
    text-align: right;
    padding-right: 15px;
    color: #909399;
    font-size: 20px;
}

.dialog-box .closebutton .closeico {
    cursor: pointer;
}

.dialog-box .closebutton .closeico:hover {
    cursor: pointer;
    color: #fd7322;
}

.dialog-box .logoimg {
    margin: 0 25px;
    text-align: center;
    border-bottom: 1px solid #dcdfe6;
    padding-bottom: 25px;
    position: relative;
}

.dialog-box .logoimg img {
    width: 128px;
    display: inline-block;
}

.dialog-box .logoimg .tipsbox {
    position: absolute;
    width: 170px;
    left: 50%;
    bottom: -27px;
    margin-left: -85px;
    height: 54px;
    line-height: 54px;
    background-color: #fff;
    text-align: center;
    color: #909399;
    font-size: 14px;
}

.dialog-box .loginType {
    width: 100%;
    height: 189px;
    margin-top: 57px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
}

.dialog-box .loginType .login-item-qq {
    margin-right: 35px;
}

.dialog-box .loginType .login-item-wx {
    margin-left: 35px;
}

.dialog-box .loginType .iconqq {
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/qq.png) no-repeat;
}

.dialog-box .loginType .iconqq:hover {
    background: url(../images/qq1.png) no-repeat;
}

.dialog-box .loginType .iconwx {
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/wx.png) no-repeat;
}

.dialog-box .loginType .iconwx:hover {
    background: url(../images/wx1.png) no-repeat;
}

.dialog-box .loginType .loginitemtext {
    margin-top: 10px;
    font-size: 16px;
    color: #444;
    cursor: pointer;
    text-align: center;
}

.dialog-box .loginType .lastlogin {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #fd7322;
}

.dialog-box .loginfooter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 26px;
    line-height: 14px;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    color: #9a9a9a;
    display: flex;
}

.dialog-box .loginfooter .loginfl {
    cursor: pointer;
}

.dialog-box .loginfooter .phoneloginico {
    float: left;
    width: 14px;
    height: 16px;
    background: url(../images/phonelogin1.png) no-repeat;
}

.dialog-box .loginfooter .loginfl:hover .phoneloginico {
    background: url(../images/phonelogin2.png) no-repeat;
}

.dialog-box .loginfooter .loginfl:hover span {
    color: #fd7322;
}

.dialog-box .loginfooter .loginfr .goreg {
    cursor: pointer;
}

.dialog-box .loginfooter .loginfr .goreg:hover {
    color: #fd7322;
}

.dialog-box .logintype2 {
    width: 288px;
    margin: 0 auto;
    text-align: center;
}

.dialog-box .logintype2 .logintel {
    width: 100%;
    height: 36px;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 18px 0 20px;
    display: flex;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}

.dialog-box .logintype2 .iconphone {
    width: 14px;
    height: 15px;
    position: absolute;
    display: block;
    top: 11px;
    left: 7px;
    background: url(../images/phonelogin1.png) no-repeat;
}

.dialog-box .logintype2 .login-tel-input {
    height: 36px;
    line-height: 36px;
    width: 288px;
    text-indent: 33px;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    font-size: 12px;
    color: #333;
    -webkit-overflow-scrolling: touch;
    font-family: PingFang SC-Medium, PingFang SC-Regular, PingFang SC;
    color: #333;
    background-color: #fff;
    outline: none;
    overflow: visible;
}

.dialog-box .logintype2 .login-error {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 30%;
    font-weight: bold;
    font-size: 12px;
    color: #dd1c21;
    text-align: right;
}

.dialog-box .logintype2 .dragVerifyBox {
    margin-bottom: 20px;
    width: 100%;
    /* height: 38px; */
    /* background-color: green; */
}

.dialog-box .logintype2 .verification {
    width: 100%;
    height: 36px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    display: flex;
    -webkit-box-direction: normal !important;
}

.dialog-box .logintype2 .verification .verification_l {
    height: 36px;
    position: relative;
}

.dialog-box .logintype2 .verification .verification_l .yanzhnegmaico {
    font-size: 17px;
    position: absolute;
    width: 13px;
    height: 18px;
    top: 11px;
    left: 7px;
    background: url(../images/yanzhnegma1.png) no-repeat;
}

.dialog-box .logintype2 .verification .verification_l .login-code-input {
    width: 196px;
    height: 36px;
    border: 1px solid #dfdfdf;
    font-size: 12px;
    color: #333;
    border-radius: 3px;
    text-indent: 33px;
}

.dialog-box .logintype2 .verification .verification-bit {
    width: 88px;
    height: 36px;
    background: #f4f4f4;
    border: 1px solid #dfdfdf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #9a9a9a;
    line-height: 36px;
    font-size: 12px !important;
    cursor: pointer;
}

.dialog-box .logintype2 .verification .verification-bit.link:hover {
    background: #fee233;
    color: #462e2e;
    border: 1px solid #fee233;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.dialog-box .logintype2 .loginbtn {
    width: 289px;
    height: 36px;
    background: #fee233;
    line-height: 36px;
    color: #462e2e;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

.dialog-box .logintype2 .qqWx_enter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    text-align: center;
}

.dialog-box .logintype2 .qqWx_enter button {
    width: 88px;
    height: 32px;
    border-radius: 3px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
}

.dialog-box .logintype2 .qqWx_enter .bluebg {
    background-color: #63c7fc;
}

.dialog-box .logintype2 .qqWx_enter .greenbg {
    background-color: #67ce43;
    margin-left: 26px;
}

.login-modal .logincontent2 {
    display: none;
}

.dialog-box .reg_agreement {
    width: 100%;
    height: 29px;
    line-height: 29px;
    margin-bottom: 5px;
}

.dialog-box .reg_agreement label {
    color: #606266;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 30px;
}

.customerCheckbox {
    display: block;
    float: left;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    margin-top: 7px;
    margin-right: 3px;
    background-color: #fff;
}

.customerCheckbox.customerCheckboxActive {
    border-color: #fee233;
    background-color: #fee233;
}

.customerCheckboxActive {
    display: block;
    float: left;
    margin-top: 7px;
    margin-right: 3px;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-color: #fee233;
    background: url(../images/checkbox.png) #fee233 no-repeat;
}

.dialog-box .transition {
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

/* 已经登录 */
.logined {
    position: relative;
    z-index: 2;
    width: 46px;
    height: 60px;
    margin-left: 10px;
    margin-top: 13px;
}

.logined .profilephoto {
    width: 46px;
    height: 46px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.logined .profilephoto img {
    width: 60px;
    height: 46px;
    border-radius: 46px;
    position: relative;
}

.logined .profilephoto .vipheaderico {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    bottom: 0;
}
.logined .profilephoto layui-badge {
    position: absolute;
    top: 10%;
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    text-align: center;
    background-color: #ff5722;
    color: #fff;
    border-radius: 20px;
    right: 0;
}

.logined .login_select {
    width: 264px;
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#fffadd), color-stop(11%, #fff));
    background: -webkit-linear-gradient(top, #fffadd, #fff 11%);
    background: linear-gradient(180deg, #fffadd, #fff 11%);
    -webkit-box-shadow: 3px 6px 15px 0 rgba(39, 39, 39, .1);
    box-shadow: 3px 6px 15px 0 rgba(39, 39, 39, .1);
    border-radius: 4px;
    position: absolute;
    left: -172px;
    top: 60px;
    z-index: 999;
    display: none;
}

.logined .login_select_header {
    width: 100%;
    height: auto;
    padding: 15px 11px 14px 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: row !important;
}

.logined .login_select_header .header_l {
    width: 53px;
    height: 53px;
    position: relative;
    margin-right: 9px;
}

.logined .login_select_header .header_l .avator {
    width: 53px;
    height: 53px;
    border-radius: 100%;
}

.logined .login_select_header .header_l .vipheaderico {
    width: 16px;
    height: 16px;
    position: absolute;
    right: -2px;
    bottom: 0;
}

.logined .login_select_header .header_r {
    height: 53px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    -webkit-box-direction: normal;
}

.logined .login_select_header .header_r .header_r_name {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}

.logined .login_select_header .header_r .name {
    color: #000;
    margin-right: 2px;
    line-height: normal;
    max-width: 130px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}

.logined .login_select_header .header_r .iconfont {
    color: green;
}

.logined .login_select_header .header_r .header_r_code {
    color: #9a9a9a;
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-direction: normal !important;
}

.logined .login_select_header .header_r .copy{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    cursor: pointer;
    background: url(../images/biz_copy.png) no-repeat;
}
.logined .login_select_middle{
    width: 224px;
    height: 70px;
    background: url(../images/login-header.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}
.logined .login_select_middle .login_select_middle_l{
    font-size: 12px;
    color: #9a9a9a;
}
.logined .login_select_middle .buyVIp{
    width: 77px;
    height: 26px;
    line-height: 24px;
    display: inline-block;
    background: #fee233;
    border-radius: 20px;
    margin-left: 6px;
    color: #462e2e;
    font-size: 14px;
    border: 1px solid #fee233;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .2s ease;
    text-align: center;
}
.logined .login_select_middle .buyVIp:hover{
    background: #ffea69;
    border: 1px solid #ffea69;
}
.logined .login_select_last{
    width: 100%;
    height: auto;
    padding: 7px 28px 10px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.logined .login_select_last .login_select_last_li{
    color: #6f6d6d;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
}

.logined .login_select_last .login_select_last_li .menuico{
    float: left;
    width: 15px;
    height: 15px;
    display: block;
    background: url(../images/avator-icon.png) no-repeat;
    margin-right: 12px;
}
.logined .login_select_last .login_select_last_li:hover a{
    color: #fd7322;
}


.logined .login_select_last .login_select_last_li .home{
    background-position: 0 0;
}

.logined .login_select_last .login_select_last_li:hover .home{
    background-position: -25px 0;
}

.logined .login_select_last .login_select_last_li .products{
    background: url(../images/upload-off.png) no-repeat;
}

.logined .login_select_last .login_select_last_li:hover .products{
    background: url(../images/upload-on.png) no-repeat;
}
.logined .login_select_last .li_underline{
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 14px;
}
.logined .login_select_last .login_select_last_li .message{
    background-position: 0 -50px;
}

.logined .login_select_last .login_select_last_li:hover .message{
    background-position: -25px -50px;
}

.logined .login_select_last .login_select_last_li .download{
    background-position: 0 -75px;
}

.logined .login_select_last .login_select_last_li:hover .download{
    background-position: -25px -75px;
}

.logined .login_select_last .login_select_last_li .cutimg{
    background: url(../images/customization-on.png) no-repeat;
}

.logined .login_select_last .login_select_last_li:hover .cutimg{
    background: url(../images/customization-off.png) no-repeat;
}

.logined .login_select_last .login_select_last_li .loginout{
    background-position: 0 -150px;
}

.logined .login_select_last .login_select_last_li:hover .loginout{
    background-position: -25px -150px;
}

/** 登录弹窗 layer**/
.layui-layer-apple {
    background-color: unset !important;
    box-shadow: unset !important;
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
}
.layui-layer-apple .layui-layer-close2{top:0!important;right:0!important;background-position:16px -30px!important;}
.layui-layer-apple .layui-layer-close2:hover{background-position:16px -30px!important;}


.tpl_for_iframe{padding-top: 50px;}
/** 登录弹窗 layer**/
/** 星级 等级 **/
.zuan-icon {
    width: 22px;
    height: 20px;
    display: inline-block;
    background: url(../images/zuan.png) no-repeat;
    margin-right: 2px;
}
.zuan-icon-whole{
    background-position: 0 0;
}
.zuan-icon-half{
    background-position: -24px 0;
}
/** 星级 等级 **/

/** 全文搜索错误 **/
.result-error{width: 100%; height: 350px;}
.result-error-wrap{padding: 30px 50px;font-size: 16px;}
.result-error-wrap .text-error{font-size: 18px;}
.result-error-wrap .text-error em{color: red;}
.result-error-wrap h4{padding: 5px;font-weight: bolder;}
.result-error-wrap ul li{text-align: left;padding-top: 5px;padding-left: 10px;}

/*导航*/

.show_find{position:relative;}
.show_find .dot{
	position:absolute;
	display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4a3b;
    margin: 0 0 2px 3px;
}
.header .left .line{margin-top:20px!important;}
.show_find img{position:absolute;top:4px;}
.search_right{height:56px;flex: 1 1;padding-left:100px;padding-top:10px;	display: contents;}
.search_cont{
	height: 34px;
    max-width: 540px;
    min-width: 154px;
    margin-right: 12px;
    position: relative;
    -moz-box-flex: 1;
    flex: 1 1;
	background:#FFF;
	border-radius:8px;

	
}
.search_cont:hover{
	border:1px solid #555;
}
.search_right .search_cont{display:flex;}
.search_right .headSearchInput{
	position: relative;
    background: transparent;
    width: 100%;
    height: 100%;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    border: 0;
    outline: 0;
    color: #444;
    -moz-box-flex: 1;
    flex: 1 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.upload_wrap span.upload_wrap_nav{
	width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(https://static.zcool.cn/git_z/z/images/new/svg/icon-image-xiangji.svg);
    display: block;
    position: relative;
	margin-top:8px;
}
.search img{width:20px;margin-top:7px;}
.search{padding-right:10px;}
.proBtn_1siqs_449{
	display: flex;
    padding: 7px 16px;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    border-radius: 8px;
    background: #222;
    font-size: 14px;
    font-weight: 500;
    color: #ffe099;
    white-space: nowrap;
    cursor: pointer;
    margin-right: 40px;
}
.upload_wrap1{
	position: relative;
    padding: 13px 20px;
    text-align: center;
}   
.upload_wrap1 img{width:20px;}
.dropWrap {color:#333;}
.zhuce{
	color: #fff;
  margin-left: 32px;
  padding: 7px 24px;
  border-radius: 8px;
  background-color: #222;
  flex-shrink: 0;
}
.hot_rili{font-weight:bold;font-size:16px;}
.header	{padding: 0 20px;}
.header2{width:1290px;}	
.contentBody .breadcrumb{padding-left:12px!important;}
